Logout Request

Function

The logout terminates a session established with RRI. The logout is transmitted to RRI in form of a request.

Features

If the connection is cut without logging out, the session with the RRI server will remain active for a certain period. Thus, you may be unable to log in to the RRI-Server for another session because 7 concurrent sessions may already be running. Logout requests do not reduce the quota.

Request Parameters

A LOGOUT request is composed of the keywords and/or elements listed below:

K/V Keyword XML Namespace and Element

Occurrence
min - max

Type / Length Value Range Description
Action logout 1 enumeration logout-erule request type
Version - 1 enumeration version-erule This is the version. The keyword is only relevant for requests in the key/value format.

 

Examples

Copy

format: xml
request: logout

<!-- request -->

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>

<registry-request xmlns="http://registry.denic.de/global/5.0">
 <logout/>
</registry-request>

 

Copy

format: xml
response: logout

<?xml version="1.0" encoding="UTF-8"?>

<registry-response xmlns="http://registry.denic.de/global/5.0" xmlns:tr="http://registry.denic.de/transaction/5.0">
  <tr:transaction>
    <tr:stid>078db1bf-9f0a-11df-a9e2-9519b5688882</tr:stid>
    <tr:result>success</tr:result>
  </tr:transaction>
</registry-response>

Copy

format: k/v
request: logout

Version: 5.0
Action: logout

 

Copy

format: k/v
response: logout

Result: success
STID: 0b97f9b7-9f0b-11df-a9e2-9519b5688882